projects
/
dcmtk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7002964
)
d/dcmtk.postinst: Disable running chown recursively
author
Gert Wollny
<gewo@debian.org>
Sat, 22 Dec 2018 00:38:32 +0000
(
01:38
+0100)
committer
Gert Wollny
<gewo@debian.org>
Sat, 22 Dec 2018 00:38:32 +0000
(
01:38
+0100)
debian/dcmtk.postinst
patch
|
blob
|
history
diff --git
a/debian/dcmtk.postinst
b/debian/dcmtk.postinst
index 5f681246514439be4a50043c448997e83311b0b3..42a34251fc0661cd010db9107f6015971595741a 100644
(file)
--- a/
debian/dcmtk.postinst
+++ b/
debian/dcmtk.postinst
@@
-17,7
+17,7
@@
fi
# work around possible adduser bug, see #119366
[ -d /var/lib/dcmtk/db ] || mkdir -p /var/lib/dcmtk/db
chmod 755 /var/lib/dcmtk/db
-chown -h
-R
dcmtk:dcmtk /var/lib/dcmtk/db || true
+chown -h dcmtk:dcmtk /var/lib/dcmtk/db || true
# Handle imagectn -> dcmqrdb transition in (3.5.3 -> 3.5.4)